home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / turbo_part1.lha / modula / examples / for_c / Hello.c next >
Encoding:
Text File  |  1994-09-28  |  32 b   |  5 lines

  1. SayHello()
  2. {
  3.   puts("Hello");
  4. }
  5.